Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development


Using ADM2 Properties and Methods in Progress Dynamics

This chapter provides an overview of the properties and methods of the Application Development Model, Version 2 (ADM2), that are essential to Progress Dynamics application builders. The overview is important so that you can:

The chapter also provides guidance on how methods are typically used. Some methods are simply internal procedures and functions for you to run from your code. Others are candidates for overriding, meaning that typically you write a local version of the method to extend its behavior and then invoke the standard behavior with a RUN SUPER statement. Another type of method is an event procedure. An event procedure is implemented as an internal procedure that responds to PUBLISH statements in the framework. Event procedures are localized or overridden. This chapter describes the event procedures that are the most likely candidates for localization and provides guidance on how to localize them.

The chapter organizes the information by task, but you are sure to find uses for some of the properties and methods in many other contexts. The following sections describe properties and methods in these task categories:

For more information on ADM2 properties and methods, see OpenEdge Development: ADM Reference .


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095